home *** CD-ROM | disk | FTP | other *** search
- object scope_network: Tscope_network
- Left = 40
- Top = 120
- HelpType = htKeyword
- HelpKeyword = 'client_network'
- BorderStyle = bsDialog
- Caption = 'NTC Client Network'
- ClientHeight = 314
- ClientWidth = 261
- Color = clBtnFace
- DockSite = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'ntc.hlp'
- OldCreateOrder = False
- OnCloseQuery = form_close_query
- OnCreate = formcreate
- OnPaint = check_activate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object network_panel: TPanel
- Left = 0
- Top = 0
- Width = 261
- Height = 314
- Align = alClient
- DockSite = True
- TabOrder = 0
- object server_connect_group: TGroupBox
- Left = 0
- Top = 0
- Width = 257
- Height = 81
- Caption = 'Connect to server'
- TabOrder = 0
- object connect_to_server_button: TSpeedButton
- Left = 96
- Top = 48
- Width = 71
- Height = 22
- Caption = 'Connect'
- Enabled = False
- OnClick = connect_to_server_buttonClick
- end
- object disconnect_from_server_button: TSpeedButton
- Left = 176
- Top = 48
- Width = 71
- Height = 22
- Caption = 'Disconnect'
- Enabled = False
- OnClick = disconnect_from_server_buttonClick
- end
- object connected_light: TMaskEdit
- Left = 8
- Top = 48
- Width = 81
- Height = 21
- Color = clRed
- TabOrder = 0
- end
- object server_ip_edit: TEdit
- Left = 8
- Top = 16
- Width = 129
- Height = 21
- TabOrder = 1
- Text = '127.0.0.1'
- end
- object edit_port: TEdit
- Left = 144
- Top = 16
- Width = 105
- Height = 21
- TabOrder = 2
- Text = '8383'
- end
- end
- object status_log: TMemo
- Left = 0
- Top = 84
- Width = 257
- Height = 189
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object clear_log_button: TBitBtn
- Left = 40
- Top = 282
- Width = 57
- Height = 25
- Hint = 'Clear list'
- Caption = 'Clear Log'
- TabOrder = 2
- OnClick = clear_log_buttonClick
- end
- object messages_button: TBitBtn
- Left = 96
- Top = 282
- Width = 57
- Height = 25
- Hint = 'Show Messages'
- Caption = 'Message'
- TabOrder = 3
- OnClick = messages_buttonClick
- end
- object disk_button: TBitBtn
- Left = 152
- Top = 282
- Width = 57
- Height = 25
- Hint = 'Write log to disk'
- Caption = 'Logging'
- TabOrder = 4
- OnClick = disk_buttonClick
- end
- end
- object network_timer: TTimer
- Enabled = False
- Interval = 30000
- OnTimer = network_timerTimer
- Left = 376
- Top = 88
- end
- object scope_client: TIdTCPClient
- MaxLineAction = maException
- ReadTimeout = 0
- Port = 0
- Left = 80
- Top = 96
- end
- end
-